home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gdb / gdb_18s.zoo / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-25  |  134 b   |  5 lines

  1. /* Define the current version number of GDB.  */
  2. #include "PatchLev.h"
  3.  
  4. char *version = "2.6" " (atariST Patchlevel " PatchLevel ")";
  5.